SocServerCreateSocket

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

SocServerCreateSocket()  

SYNOPSIS

prsr_lib/soc_srvr.c:228

int SocServerCreateSocket(int BinaryIPC, int Read)
 

DESCRIPTION

Creates a server socket. Returns handler if successful. Also sets the IRIT_SERVER_PORT environment variable to the allocated socket.  

PARAMETERS:

BinaryIPC: Do we want to communicate text or binary?

Read: Is this socket for read (TRUE) or write (FALSE).  

FUNCTION RETURN VALUE

int: Non negative handler if successful, -1 otherwise.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:11 GMT, October 17, 2022